type runtime.m
53 uses
runtime (current package)
debug.go#L49: for mp := (*m)(atomic.Loadp(unsafe.Pointer(&allm))); mp != nil; mp = mp.alllink {
malloc.go#L1358: func profilealloc(mp *m, x unsafe.Pointer, size uintptr) {
mcache.go#L126: func getMCache(mp *m) *mcache {
mprof.go#L827: first := (*m)(atomic.Loadp(unsafe.Pointer(&allm)))
os_linux.go#L166: func newosproc(mp *m) {
os_linux.go#L400: func mpreinit(mp *m) {
os_linux.go#L427: func mdestroy(mp *m) {
os_linux.go#L575: func signalM(mp *m, sig int) {
os_linux.go#L586: func validSIGPROF(mp *m, c *sigctxt) bool {
preempt.go#L118: var asyncM *m
preempt.go#L286: func canPreemptM(mp *m) bool {
preempt_nonwindows.go#L10: func osPreemptExtEnter(mp *m) {}
preempt_nonwindows.go#L13: func osPreemptExtExit(mp *m) {}
proc.go#L114: m0 m
proc.go#L823: func mcommoninit(mp *m, id int64) {
proc.go#L872: func (mp *m) becomeSpinning() {
proc.go#L878: func (mp *m) hasCgoOnStack() bool {
proc.go#L1889: func allocm(pp *p, fn func(), id int64) *m {
proc.go#L1906: var newList *m
proc.go#L1933: mp := new(m)
proc.go#L2271: func lockextra(nilokay bool) *m {
proc.go#L2293: return (*m)(unsafe.Pointer(old))
proc.go#L2301: func unlockextra(mp *m, delta int32) {
proc.go#L2313: func getExtraM() (mp *m, last bool) {
proc.go#L2324: func putExtraM(mp *m) {
proc.go#L2332: func addExtraM(mp *m) {
proc.go#L2434: func newm1(mp *m) {
proc.go#L4896: func sigprof(pc, sp, lr uintptr, gp *g, mp *m) {
proc.go#L5927: func mput(mp *m) {
proc.go#L5941: func mget() *m {
runtime1.go#L572: func acquirem() *m {
runtime1.go#L579: func releasem(mp *m) {
runtime2.go#L309: func (mp muintptr) ptr() *m { return (*m)(unsafe.Pointer(mp)) }
runtime2.go#L312: func (mp *muintptr) set(m *m) { *mp = muintptr(unsafe.Pointer(m)) }
runtime2.go#L319: func setMNoWB(mp **m, new *m) {
runtime2.go#L428: m *m // current m; offset known to arm liblink
runtime2.go#L533: type m struct {
runtime2.go#L574: alllink *m // on allm
runtime2.go#L590: freelink *m // on sched.freem
runtime2.go#L833: freem *m
runtime2.go#L1141: allm *m
signal_unix.go#L368: func preemptM(mp *m) {
signal_unix.go#L555: func adjustSignalStack(sig uint32, mp *m, gsigStack *gsignalStack) bool {
signal_unix.go#L779: func fatalsignal(sig uint32, c *sigctxt, gp *g, mp *m) *g {
signal_unix.go#L1041: func sigNotOnStack(sig uint32, sp uintptr, mp *m) {
time.go#L450: var mp *m
tls_stub.go#L10: func osSetupTLS(mp *m) {}
trace.go#L791: func traceEventLocked(extraBytes int, mp *m, pid int32, bufp *traceBufPtr, ev byte, stackID uint32, skip int, args ...uint64) {
trace.go#L962: func traceStackID(mp *m, pcBuf []uintptr, skip int) uint64 {
trace.go#L1026: func traceAcquireBuffer() (mp *m, pid int32, bufp *traceBufPtr) {
trace.go#L1041: func traceReleaseBuffer(mp *m, pid int32) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |